DELETE /DataInput/DataStorageRecord/{id}/

Deletes a data storage record.
 

Request

Method Request URI
DELETE /API/DataInput/DataStorageRecord/{id}/?dataCubeId=value&transformId=value&sessionId=value

URI Parameters

URI Parameter Description
dataCubeId The ID of the data cube which contains the record.
transformId The ID of the transform which contains the record.
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the record to delete.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating success or the reason for failure.